home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
H-I
/
Intro to Viruses.cpt
/
Intro to Viruses
/
background_2655.txt
< prev
next >
Wrap
Text File
|
1989-02-18
|
4KB
|
199 lines
-- background: 2655 from stack: in
-- bmap block id: 3081
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
--on opencard
-- get field "title"
-- set the name of this card to char 1 to 27 of it
--end opencard
on openstack
push recent card
end openstack
on findbtn
lock screen
get the short name of the target
find it in field "title"
unlock screen with visual barn door open
end findbtn
-- part 22 (field)
-- low flags: 03
-- high flags: 0004
-- rect: left=15 top=309 right=336 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 3 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=24 top=42 right=65 bottom=329
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Title
----- HyperTalk script -----
on closefield
set the name of this card to char 1 to 27 of target
end closefield
-- part 11 (field)
-- low flags: 02
-- high flags: 0000
-- rect: left=24 top=64 right=85 bottom=406
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sub-Title
-- part 4 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=24 top=84 right=298 bottom=487
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Text
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=185 top=311 right=331 bottom=212
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=301 top=311 right=331 bottom=328
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=45 top=314 right=330 bottom=99
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 2
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Contents
----- HyperTalk script -----
on mouseUp
visual barn door close
go card "Table of Contents"
end mouseUp
-- part 16 (field)
-- low flags: 03
-- high flags: 0000
-- rect: left=326 top=315 right=329 bottom=404
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: More
-- part 21 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=459 top=312 right=336 bottom=487
-- title width / last selected line: 0
-- icon id / first selected line: 20689 / 20689
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=20 top=311 right=331 bottom=47
-- title width / last selected line: 0
-- icon id / first selected line: 30557 / 30557
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual barn door close
go card "table of contents"
end mouseUp